The Fundamental Structure
A second-order linear differential equation relates an unknown function $y(x)$ to its first and second derivatives. The term "linear" signifies that each instance of $y$, $y'$, and $y''$ appears only to the first power.
Where $P(x)$, $Q(x)$, $R(x)$, and $G(x)$ are continuous functions on a specific interval.
Classification of Equations
- Homogeneous Equations: If $G(x) = 0$ for all $x$ in the interval, the equation is called homogeneous. These model systems in free vibration or equilibrium.
核心公式: $P(x)\frac{d^2y}{dx^2} + Q(x)\frac{dy}{dx} + R(x)y = 0$
- Nonhomogeneous Equations: If $G(x) \neq 0$, the equation is nonhomogeneous. The function $G(x)$ represents an external forcing function (like hitting a pothole).
The Principle of Superposition
One of the most powerful tools in linear theory is the ability to construct complex solutions from simpler ones.
If $y_1(x)$ and $y_2(x)$ are both solutions of the linear homogeneous equation and $c_1, c_2$ are any constants, then the linear combination:
$y(x) = c_1y_1(x) + c_2y_2(x)$
is also a solution.
Finding the General Solution
To capture every possible solution of a homogeneous equation, we must ensure our two base solutions are linearly independent. This means neither is a constant multiple of the other (e.g., $e^x$ and $e^{2x}$ are independent, while $e^x$ and $2e^x$ are not).